home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
lang
/
uc_0_30.lha
/
u
/
tca
/
tc0005.ua
< prev
next >
Wrap
Text File
|
1996-10-30
|
498b
|
34 lines
`**********************
`* P R O J E C T < U >
`*
`* Author and copyright
`* (c) 1996
`* Paul van der Valk
`*
`* file: tc0005.ua
`*
`* Tests var-assignment and the use of vars within expressions.
`*
`* output should read:
`* "Assigning 12345 to testvar"
`* "Testvar = 12345"
#1 .H 2 0 0 0
#2 .M "tc0005" 20 10 0 0
#10 .V "testvar"
#20 >22 .c 2 21
#21 .s "Assigning 12345 to testvar"
#22 >30 .a 10 23
#23 .n 12345
#30 >32 .c 1 31
#31 .s "testvar = "
#32 >34 .c 4 33
#33 .v 10
#34 .c 3 0